home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / MPW Oberon 2.1168 / Oberon Read me < prev    next >
Encoding:
Text File  |  1994-11-10  |  2.1 KB  |  27 lines  |  [TEXT/ttxt]

  1. Welcome to MPW Oberon!
  2.  
  3. MPW Oberon is a compiler for the Oberon language. The Oberon language was developed by N. Wirth at the ETH Zürich. The compiler is based on the one described in the book “Project Oberon” by N. Wirth and J. Gutknecht (Addison-Wesley).  MPW Oberon fully supports the Oberon-2 language which is a superset of Oberon.
  4.  
  5. MPW Oberon is a stand-alone Oberon for the Macintosh Programmer’s Workshop. So you may use the Oberon language to develop standard Macintosh applications and code resources. MPW Oberon integrates nicely into the MPW environment, so you may use all your standard development tools. MPW Oberon is able to use external procedures and variables, so mixed-language development is possible.
  6.  
  7. The compiler generates code for the MC68020 and better. For floating-point arithmetic either the MC6881 or the SANE may be used. The compiler is a single-pass, recursive descent compiler working without an intermediate representation. This translates to fast compilation. The produced code outperforms MPW C, MPW Pascal (both version 3.3.1), and MacOberon (version 4.04.2).
  8.  
  9. MPW Oberon supports symbolic debugging with SADE. You may use SADE, SourceBug or any compatible debugger to check your program. You may also embed symbols into the object code for the use of Macsbug.
  10.  
  11. Note that MPW Oberon is stable but still under development. Feel free to send us your comments. If you find an error, please let us know. We will try to fix that. Send your comments or bug reports to the following address:
  12.  
  13. gesswein@informatik.uni-ulm.de
  14.  
  15. If you prefer traditional mail, use the following address:
  16.  
  17. Universität Ulm
  18.    Fakultät für Informatik, Abt. Verteilte Systeme
  19.    Herrn Jürgen Geßwein
  20. Oberer Eselsberg
  21. 89069 Ulm
  22. Germany
  23.  
  24. This package contains the Oberon compiler, interfaces for the Macintosh toolbox and the Oberon libraries, sample programs, benchmarks, and a reference manual. The manual is provided in Postscript form. It uses the fonts Palatino and Courier that should be available on every decent printer. Note the some sections of the manual are not completed.
  25.  
  26. MPW Oberon was presented at the Joint Modular Languages Conference 1994 in Ulm.
  27.